/* CSS 样式用于日历 */
/* 日历容器 */
.calendar {
  background-color: #fff;

  /* height: 390px; */
  border-radius: 10px;
}

/* 头部区域 */
.header_rl {
  padding: 0 12px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eee;
  border-radius: 15px 15px 0px 0px;
  background: linear-gradient(
    207.35deg,
    rgba(157, 204, 255, 1) 0%,
    rgba(157, 204, 255, 1) 9.33%,
    rgba(225, 243, 255, 1) 89.87%,
    rgba(225, 243, 255, 1) 100%
  );
  height: 74px;
}

/* 当前日期显示 */
.current-date {
  text-align: center;
  font-size: 17px;
  padding: 16px 8px;
  color: #030303;
}

#yearSelect {
  width: 100px;
  background-color: transparent;
  border: none;
  color: rgba(35, 84, 175, 1);
  font-size: 22px;
  padding-left: 14px;
}

#monthSelect {
  width: 100px;
  background-color: transparent;
  border: none;
  color: rgba(35, 84, 175, 1);
  font-size: 22px;
  padding-left: 15px;
}

/* 导航按钮组 */
.btn-group {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 导航按钮 */
.calendar .btn {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(56, 56, 56, 1);
  text-align: center;
  box-sizing: border-box;
  font-weight: 500;
  width: 34px;
  height: 26px;
  font-size: 18px;
  cursor: pointer;
  /* background-color: rgba(32, 79, 149, 1); */
}

/* 日历主体 */
.body {
  border-bottom: 1px solid #eee;
  background-image: url(../images/rili_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* 星期标题 */
.weeks {
  display: flex;
  font-size: 15px;
  padding: 16px 0;
}

/* 单个星期 */
.week-item {
  flex: 1;
  text-align: center;
  font-weight: bold;
}

/* 日期列表容器 */
.day-list {
  display: flex;
  flex-wrap: wrap;
}

/* 单个日期项 */
.day-item {
  /* box-sizing: border-box; */
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  align-items: center;
  width: 14.285%;
  /* height: 40px; */
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  color: #c8c8c8;
  /* margin: 6px 5px; */
}

/* 当前月份的日期样式 */
.current-month-day {
  display: flex;
  align-items: center;
  justify-content: center;
 
}

/* 当天的样式 */
.current-day {
  width: 36px;
  height: 36px;
  opacity: 1;
  color: white !important;
  background: rgba(35, 84, 175, 1) !important;
  border-radius: 50%;
  cursor: pointer;
}

/* 过去日期的样式 */
.past-day {
  color: #000;


}

/* 未来日期的样式 */
.future-day {
  color: rgba(0, 0, 0, 1);
  /* background-color: #deedff; */
}

/* 高亮日期的样式 */
.highlighted-day .day-item-item {
  /* background-color: #FFFF00; */
  /* color: #2354af; */
  cursor: pointer;
  /* 设置背景色为黄色，并添加鼠标指针样式 */
  text-decoration: underline;
color: rgba(35, 84, 175, 1);
}
.day-item-item {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  /* 控制三角形高度 */
  border-bottom: 10px solid transparent;
  /* 控制三角形高度 */
  border-right: 14px solid rgba(56, 56, 56, 1);
  /* 控制三角形的大小和颜色 */
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  /* 控制三角形高度 */
  border-bottom: 10px solid transparent;
  /* 控制三角形高度 */
  border-left: 14px solid rgba(56, 56, 56, 1);
  /* 控制三角形的大小和颜色 */
}

.clicked-day {
  color: red !important;
}

.next-months-day {
  /* background-color: #deedff; */
  color: rgba(0, 0, 0, 1);
}
body {
  position: relative;
}

.zntj {
  position: absolute;
  top: 0;
  left: -40px;
  padding-left: 60px;
  z-index: 29;
  width: 1400px;
}

.zntj .hd {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 52px;
  height: 207px;
  background: url(../images/szdstx_bg.png?v=1) no-repeat center;
}

.zntj .bd {
  margin-left: 10px;
  width: 1400px;
  height: 456px;
  opacity: 1;
  border-radius: 15.07px;
  background: linear-gradient(
    90deg,
    rgba(238, 245, 255, 1) 0%,
    rgba(255, 255, 255, 1) 22.69%,
    rgba(255, 255, 255, 1) 89.17%,
    rgba(238, 245, 255, 1) 100%
  );
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
}

.RlTopLeft_sj {
  background: url(../images/dqsj_bg.png) no-repeat left;
  position: relative;
  height: 403px;
}



.KuangCont .nf {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.68px;
  color: rgba(51, 51, 51, 1);
  position: absolute;
  left: 42px;
  top: 75px;
}

.KuangCont .yf {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 31.68px;
  color: rgba(51, 51, 51, 1);
  position: absolute;
  left: 162px;
  top: 75px;
}

.KuangCont .ri {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 0px;
  color: rgba(35, 84, 175, 1);
  position: absolute;
  left: 70px;
  top: 192px;
}

.KuangCont .nongli {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.4px;
  color: rgba(51, 51, 51, 1);
  position: absolute;
  left: 60px;
  top: 260px;
}

.KuangCont .tqyb {
 font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ff8b00;
    position: absolute;
    left: 10px;
    top: 315px;
    width: 246px;
    text-align: center;
}

.KuangCont {
  width: 100%;
  height: 100%;
}

.RlTopCont {
  display: flex;
  justify-content: space-between;
}

.RlTopLeft {
  display: flex;
  width: 58%;
}

.RlTopLeft_sj {
  width: 307px;
}

/* 日历 */

.yililbt {
  width: 100%;
  /* height: 980px; */
  transform: translateY(-280px);
  position: relative;
  z-index: 3;
  /* background-color: #fff; */
}

.yililbt_conrili {
  width: 100%;

  border-radius: 10px;

  border-radius: 15px;
  background: linear-gradient(
    207.35deg,
    rgba(157, 204, 255, 1) 0%,
    rgba(157, 204, 255, 1) 9.33%,
    rgba(225, 243, 255, 1) 89.87%,
    rgba(225, 243, 255, 1) 100%
  );
}

.RlTopRight {
  width: 40%;
  height: 390px;
  overflow-y: auto;
}

.RlTopRight_item {
  width: 96%;
  display: flex;
  height: 63px;

  margin-top: 4px;
}

.RlTopRight .RlTopRight_item:nth-child(1) {
  margin-top: 0;
}

.RlTopRight_rq {
  font-size: 24px;
  font-weight: 700;
  color: rgba(42, 70, 139, 1);
  text-align: center;
}

.RlTopRight_ny {
  font-size: 14px;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  border-top: 0.5px solid rgba(136, 136, 136, 1);
  padding-top: 5px;
}

.RlTopRight_title a {
    font-size: 18px;
    font-weight: 700;
display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  width: 90%;
    color: rgba(51, 51, 51, 1);
}
.RlTopRightitem {
    position: relative;

}
.xwlx {
  font-size: 14px;
  font-weight: 400;
  color: rgba(212, 48, 48, 1);
  margin-top: 10px;
position: absolute;
    right: 0;
    bottom: -17px;

}

.RlTopRight_sj {
  flex-shrink: 0;
}

.weeks .week-item:nth-child(1),
.weeks .week-item:nth-child(7) {
  color: rgba(212, 48, 48, 1);
}

.RlTopLeft_rl {
  width: 70%;
}

.RlTopRight_nr {
  margin-left: 21px;
  width: 86%;
}
.bg-gray {
  
    overflow: hidden;
}

  @media (max-width:1200px) {
            .zntj {
                width: 992px;
            }

            .RlTopCont {

                flex-direction: column;
            }

            .zntj .bd {
                height: auto;
margin-left: -2px;
            }
.zntj .hd {    left: -25px;}
            .RlTopLeft {

                width: 85%;
            }

            .RlTopLeft_rl {

                margin-left: 40px;
            }
.RlTopRight {
    width: 85%;
     height: 260px;
}
        }
@media (max-width: 992px) {
      .RlTopLeft {
                width: 75%;
            }
.zntj .hd {    left: -25px;}
.zntj .bd {
    margin-left: -2px;}
}
@media (max-width: 990px) {
    .zntj {
        display: none;
    }
}
